home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / ELECTRON / DATA / 3381.ZIP / INSTALL.BAT < prev   
DOS Batch File  |  1991-10-18  |  2KB  |  48 lines

  1. echo off
  2. cls
  3. if not %1x==x goto S
  4. goto B
  5. :B
  6. echo.
  7. echo  ╔═══════════════════════════════════════════════════════════════════╗
  8. echo  ║ To install the Burr-Brown SPICE models to drive B, in a directory ║
  9. echo  ║ called "BBSPICE," type "INSTALL B BBSPICE", then press Enter.     ║
  10. echo  ║                                                                   ║
  11. echo  ║ To install the Burr-Brown SPICE models to another drive and/or    ║
  12. echo  ║ directory, use the syntax: "INSTALL drivename directory".  (The   ║
  13. echo  ║ "directory" entry is optional.)                                   ║
  14. echo  ║                                                                   ║
  15. echo  ║ Please type your command line at the prompt now . . .             ║
  16. echo  ╚═══════════════════════════════════════════════════════════════════╝
  17. echo.
  18. goto F
  19. :S
  20. echo.
  21. echo.
  22. echo The Burr-Brown SPICE models will be installed to %1:\%2
  23. echo.
  24. echo If you wish to abort this installation, press Control C (press the
  25. echo Ctrl and C keys at the same time).
  26. echo.
  27. echo To continue with the installation, press any key now.
  28. echo.
  29. pause
  30. echo.
  31. echo Installation commencing . . .
  32. echo.
  33. bbspice %1:\%2 /w /p
  34. echo.
  35. cls
  36. echo.
  37. echo.
  38. echo.
  39. echo    Installation completed . . .
  40. echo.
  41. echo  ╔══════════════════════════════════════════════════════════════════╗
  42. echo  ║ Thank you for your interest in the Burr-Brown SPICE models.  To  ║
  43. echo  ║ read the SPICE model documentation, type "INFO" now, then press  ║
  44. echo  ║ the Enter key (──┘).                                            ║
  45. echo  ╚══════════════════════════════════════════════════════════════════╝
  46. %1:
  47. cd \%2
  48. :F